From: Stefan Monnier Date: Wed, 15 Apr 2015 03:06:44 +0000 (-0400) Subject: automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>: X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3227 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45d75c0b758cf152698e83e180dfc8eed5d355ba;p=emacs.git automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>: Don't use call-next-method in a cl-defmethod. --- diff --git a/test/automated/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el index 5263013434e..557f031d181 100644 --- a/test/automated/eieio-test-methodinvoke.el +++ b/test/automated/eieio-test-methodinvoke.el @@ -186,7 +186,7 @@ (cl-defmethod make-instance ((p (subclass C)) &rest args) (eieio-test-method-store :STATIC 'C) - (call-next-method) + (cl-call-next-method) ) (ert-deftest eieio-test-method-order-list-6 ()